StringIsNotString
Type
operator
Summary
Determines whether Left and Right are equal or not.
Syntax
<Left> is not <Right>
Description
The is not
operator is case sensitive.
Parameters
Name | Type | Description |
---|---|---|
Left | An expression which evaluates to a string. | |
Right | An expression which evaluates to a string. |
Value
Name | Type | Description |
---|---|---|
return | Returns true if Left is not identical to Right. |